STEP 11: Our presents are still a little too close together. To create more space between them, we'll increase the amount we add to x each time the loop runs.
Remember, we use += to add value to a variable. Look for the line that uses that pair of symbols.
- Find the command in the for loop that adds value to x.
- Change the command to add 3 to x (instead of 2).
To navigate the page using the TAB key, first press ESC to exit the code editor.